home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / comm / bbs / TACfl157.readme < prev    next >
Encoding:
Text File  |  1994-12-19  |  6.9 KB  |  182 lines

  1. Short:    Transamiga Filelist Creator V1.57
  2. Author:   s_supp@ira.uka.de
  3. Uploader: s_supp@ira.uka.de
  4. Type:     comm/bbs
  5.  
  6.  
  7.                       Transamiga CreateFileListe V1.57
  8.                       --------------------------------
  9.  
  10.               written 1994 by Mathias Supp
  11.                               2:2476/539.0@fidoclassic
  12.                               39:172/303.0@amiganet
  13.                               s_supp@iracvl.ira.uka.de
  14.                               mathias_supp@amiga_inside.schiele-ct.de
  15.  
  16.               Sysop of the Amiga Inside I : ++49(0)721-854112
  17.                           Release : 08.11.1994
  18.  
  19.  
  20. ============================================================================
  21.  
  22. Copyright :
  23. -----------
  24.  
  25. This program can be copied freely for privat use ONLY.
  26.  
  27. It's absolutely prohibited to get money in any form for this utility.
  28.  
  29. Exceptions need my expressly permission.
  30.  
  31. Exceptions : AmiNet-CD
  32.              Fred Fish Collection
  33.  
  34. ============================================================================
  35.  
  36. Introduction :
  37. --------------
  38.  
  39. This program was created because of some missing features in Sami's
  40. Filelister (hello Sami, where's SFL3 ? ;-) )
  41.  
  42. There were no errors by testing TACFl with enforcer and mungwall.
  43.  
  44. In this version TACfl needs at least 2888 Bytes of stack.
  45.  
  46. ============================================================================
  47.  
  48. Contents of Archive :
  49. ---------------------
  50.  - TACFl            : the program
  51.  - TACFl_NC         : the program without stack/overflow/...-checking
  52.                       maybe a bit faster :-)
  53.  - TACFl.DOC        : english documentation
  54.  - TACFl.DOK        : german documentation
  55.  
  56. ============================================================================
  57.  
  58. What does it do ?
  59. -----------------
  60.  
  61. Simply creates Filelists :-)
  62.  
  63. 1. complete Filelist
  64. 2. Filelist of certain areas
  65. 3. Newfileslisting
  66. 4. Indexfiles (optionally sorted)
  67.  
  68. Areas with no files won't be listed.
  69.  
  70. ============================================================================
  71.  
  72. Parameter :
  73. -----------
  74.  
  75. LISTFILE     : path and name of the filelist you want to create
  76. CONFIGPATH   : path to your TA-configs
  77.                default : bbs:configs/
  78. DAYS         : list files which are given days old (0=file from today !)
  79.                default : list all files
  80. SINCE        : list files since given date (TA-format !!!)
  81.                default : list all files
  82. AREAFLAGS    : list areas with the given flags
  83.                default : list all areas
  84. AREARANGE    : list areas in the given arearange
  85.                format : a-b (list from area a to b)
  86.                         a-  (list from area a to the last)
  87.                         -b  (list from the first area to b)
  88.                         a   (list area a)
  89.                all formats can be used at the same time by using the ","
  90.                for example : AREARANGE=1-5,7,20-,10-13
  91.                default : list all areas
  92. ADDCR        : adds a carriage return to each line for PC lamers ;-)
  93.                default : no carriage return
  94. HEADERFILE   : file to be at the beginning of the listing
  95.                default : no headerfile
  96. BOTTOMFILE   : file to be at the end of the listing
  97.                default : no bottomfile
  98. AREASTAT     : create a statistic after each area
  99.                default : no statistic
  100. COMPLETESTAT : create a complete statistic of all areas
  101.                default : no statistic
  102. CREATEINDEX  : create an UNSORTED(!!) index for TAFreq by Thomas Boerkel
  103.                and/or Filelister by Mathias Supp for VERY HIGH searching
  104.                perfomance; sort the indexfile for use with one of the
  105.                above utilities (e.g. SORT index index.sort)
  106.                default : create NORMAL filelist
  107. SORTINDEX    : create a sorted index for TAFreq/Filelister
  108.                default : do not sort
  109. IGNOREENV    : ignore the ENV-variable created by Filelister ?
  110.                default : do not ignore
  111.  
  112. ============================================================================
  113.  
  114. History :
  115. ---------
  116.  
  117. V1.0   05.05.94 : - first Release, which was to slow in creating a complete
  118.                     filelist
  119.                   - makes enforcer hits
  120. V1.1   09.05.94 : - faster in all operations
  121.                   - all enforcer hits removed
  122. V1.2   25.05.94 : - up to 3 times faster while creating a complete filelist
  123. V1.3   05.06.94 : - creates an unsorted index for TAFreq and Filelister
  124. V1.4   07.06.94 : - optionally create sorted and/or shorted indexes
  125.        08.06.94 : - index will be sorted at the end with quicksort
  126.                     => VERY HIGH speed improvement
  127. V1.41  10.06.94 : - optimized string comparing => half sorting time
  128. V1.42  13.06.94 : - optimized reading of Files.BBS => little faster
  129. V1.5   15.06.94 : - uses data of Filelister v0.42+ when finding his
  130.                     ENV-variable => no reading from disk necessary
  131.                   - "SHORTINDEX"-option removed because there was no
  132.                     use for the long index
  133. V1.52  25.06.94 : - TACFl now doesn't change any more the original variables
  134.                     of Filelister (thanks to Martin for reporting a con-
  135.                     fusing reaction of Filelister)
  136.                   - changed the usage of the file.cfg corresponding to
  137.                     Filelister V0.431+
  138. V1.53  06.07.94 : - because Thomas flamed me to death ( ;-) ) I changed
  139.                     the creating of the filelist when sharing memory with
  140.                     filelister : there will no more be useless spaces at
  141.                     the end of the lines
  142. V1.54  13.07.94 : - fixed a bug that causes a crash of Filelister
  143. V1.55  29.07.94 : - fixed a bug that causes a "freemem error", thanks to
  144.                     Chris for reporting
  145. V1.56  07.08.94 : - double counting of files and bytes when using "days" or
  146.                     "since" fixed
  147. V1.57  08.11.94 : - some lines of the files.bbs in the aminet-cd vol. 4
  148.                     are longer than 100 characters. In this case TACfl
  149.                     crashed sometimes. Thanks to Harald for explicit
  150.                     reporting.
  151.  
  152. ============================================================================
  153.  
  154. Thanks to :
  155. -----------
  156. Thomas Boerkel for the idea of binary-searching
  157. Martin Eitel   for bug-reporting
  158. Chris Qonoey   for bug-reporting
  159. Sami Radwan    for developing/supporting/... Transamiga
  160. Harald Meinzer for bug-reporting
  161.  
  162. have fun
  163.  
  164. Mathias
  165.  
  166. P.S.:   Sorry for my bad english, but I hope you understood what I mean.
  167.  
  168. P.S.2.: If you're writing outside germany, E-Mail me to
  169.         s_supp@iravcl.ira.uka.de, please. Thanks.
  170.  
  171.  
  172. ============================= Archive contents =============================
  173.  
  174. Original  Packed Ratio    Date     Time    Name
  175. -------- ------- ----- --------- --------  -------------
  176.    35716   12849 64.0% 08-Nov-94 22:35:30  TACFl
  177.     6464    2365 63.4% 08-Nov-94 22:39:42  TACFl.DOC
  178.     6994    2536 63.7% 08-Nov-94 22:39:26  TACFl.DOK
  179.    32892   12576 61.7% 08-Nov-94 22:35:42  TACfl_NC
  180. -------- ------- ----- --------- --------
  181.    82066   30326 63.0% 10-Nov-94 08:55:54   4 files
  182.